home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / UU162B.ZIP / PCB.SET < prev    next >
Text File  |  1993-06-23  |  1KB  |  50 lines

  1. ===========================================================================
  2.  BBS: Whalers Walk
  3. Date: 06-14-93 (07:25)             Number: 1208
  4. From: PATRICK BRESNAHAN            Refer#: 1207
  5.   To: ANDRUE CARR                   Recvd: NO  (PVT)
  6. Subj: UU SETUP                       Conf: (0) Main Board
  7. ---------------------------------------------------------------------------
  8. -> i have a pcb 14.5 user in anaheim CA that is trying to set up
  9. -> Ultimate Universe and having some odd things happening... exactly
  10. -> what do you do
  11.  
  12. Comm Support Type: Fossil
  13. Input File Type  : Gap     - DOOR.SYS
  14. Input File Name  : .\
  15. Import File Path : .\
  16. Export File Path : .\
  17.  
  18. What follows is my batch file to run the game for two nodes; one local
  19. one remote.  Hope this helps.
  20.  
  21. @Echo Off
  22. c:
  23. if %pcbnode%==2 goto startit
  24. istime 23 17
  25. if errorlevel 1 goto notnow
  26. :startit
  27. cd \GDOORS\ULTIMATE
  28. if exist door.sys goto inuse
  29. copy c:%pcbdir%\door.sys
  30. if %pcbnode%==2 goto local
  31. bnu.com /P:1 /T:4096 /L:0=19200 /F+ /M-
  32. :local
  33. ULTIMATE
  34. if %pcbnode%==2 goto localout
  35. bnu.com /U
  36. :localout
  37. if exist door.sys del door.sys
  38. :exit
  39. sendcom /F c:\dos\system\11lines.txt
  40. goto out
  41. :inuse
  42. sendcom Sorry, the game is already in use by another player....try
  43. later!
  44. goto out
  45. :notnow
  46. sendcom /F c:\notnow.uu
  47. :out
  48. cd %pcbdir%
  49. board
  50.